Table of content



/country/{id}

Mapping URL: /country/{id}

Description: get the country entity with the appended id

Microservice: CountryService


Methods

/country/{id}

/country/{id}

Mapping URL: /country/{id}

Description: CountryService

Name: findCountryById(id)

Request Method: GET

Service Interface: /country/{id}

Service Entity: Country



CountryService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content